Colcon_cd
A shell function for colcon-core to change the current working directory
Table of Content
A shell function for colcon-core to change the current working directory
Note
colcon_cd search pkg from current directory tree
install and setup#
apt
sudo apt install python3-colcon-common-extensions
setup
Add `colcon_cd` to `.bashrc`
# debian install
echo 'source /usr/share/colcon_cd/function/colcon_cd.sh' >> ~/.bashrc